p,
h4,
h3,
ul {
    padding: 0;
    margin: 0;
}

body {
    font-family: "SourceHanSansCN";
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.home {
    padding-top: 80px;
}

.menu {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 100;
    background: #fff;
}

.menu .menuContent {
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .menuContent .flexBox {
    display: flex;
    align-items: center;
}

.menu .menuContent .logo {
    height: 80px;
}

.menu .menuContent .region {
    width: 58px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px rgba(114, 116, 118, 0.5);
    border-radius: 14px;
    margin-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.menu .menuContent .region .text {
    font-size: 12px;
    line-height: 20px;
    color: #515356;
    height: 20px;
}

.menu .menuContent .region .arrow {
    display: block;
    width: 6px;
    height: 6px;
    margin-left: 3px;
}

.menu .menuContent .menuList {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.menu .menuContent .menuList .btn {
    position: relative;
    display: block;
    height: 100%;
    font-size: 16px;
    line-height: 80px;
    color: #515356;
    font-weight: 400;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    margin: 0;
    margin-right: 25px;
    border-radius: 0;
    overflow: hidden;
    word-wrap: normal;
}

.menu .menuContent .menuList .btn .txt {
    color: #515356;
    text-decoration: none;
}

.menu .menuContent .menuList .btn .navs {
    position: absolute;
    width: 180px;
    top: 0px;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    line-height: 48px;
    padding-top: 20px;
    font-size: 16px;
    opacity: 0;
}

.menu .menuContent .menuList .btn .navs .nav {
    color: #515356;
    text-decoration: none;
    display: block;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.menu .menuContent .menuList .btn:hover {
    overflow: inherit;
    background: #F6F8FA;
}

.menu .menuContent .menuList .btn:hover .navs {
    top: 80px;
    opacity: 1;
    transition: all 0.3s ease-out;
}

.menuDown {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.menuDown .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    opacity: 0;
}

.menuDown .infoBox {
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 99;
}

.menuDown {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

.menuDown .infoBox {
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 99;
}

.menuDown .infoBox .infoContent {
    background: #F6F8FA;
    padding-top: 40px;
    padding-bottom: 40px;
}

.menuDown .infoBox .infoContent.search {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.menuDown .infoBox .infoContent.search .title {
    font-size: 22px;
    color: #333436;
    margin-bottom: 20px;
}

.menuDown .infoBox .infoContent.search .searchInput {
    position: relative;
    width: 500px;
    height: 48px;
    border-radius: 8px;
    background: #ffffff;
    margin: auto;
}

.menuDown .infoBox .infoContent.search .searchInput .input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    background: none;
    padding-left: 15px;
    font-size: 16px;
    color: #707579;
    font-weight: 300;
    outline: none;
}

.menuDown .infoBox .infoContent.search .searchInput .icon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 8px;
    top: 8px;
}

.menuDown .infoBox .infoContent.region {
    position: absolute;
    width: 100%;
    height: 0;
    display: none;
    opacity: 0;
    left: 0px;
    top: 0;
    padding-left: 280px;
    padding-right: 280px;
    overflow: hidden;
}

.menuDown .infoBox .infoContent.region .regionContainer {
    display: flex;
    justify-content: space-between;
}

.menuDown .infoBox .infoContent.region .regionBox .regionLabel {
    font-size: 13px;
    line-height: 17px;
    color: #727476;
    margin-bottom: 21px;
}

.menuDown .infoBox .infoContent.region .regionBox .regionBtn {
    font-size: 16px;
    line-height: 38px;
    color: #333436;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.menuDown .infoBox .infoContent.region .regionBox .regionBtn.active {
    border-bottom: solid 2px #333436;
}

.menuDown .infoBox .infoContent.menuHover {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
}

.menuDown .mobileMenu {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    background: #CF0C1B;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
}

.menuDown .mobileMenu .searchInput {
    position: relative;
    height: 40px;
    border-radius: 6px;
    background: #ffffff;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.menuDown .mobileMenu .searchInput .input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    background: none;
    padding-left: 15px;
    font-size: 14px;
    color: #707579;
    font-weight: 300;
    outline: none;
}

.menuDown .mobileMenu .searchInput .icon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 4px;
    top: 4px;
}

.menuDown .mobileMenu .bar {
    height: 1px;
    background: #fff;
    opacity: 0.3;
    margin-bottom: 30px;
}

.menuDown .mobileMenu .menuBtns .menuBtn {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    transition: all 0.5s;
    text-decoration: none;
}

.menuDown .mobileMenu .menuBtns .menuBtn:hover {
    font-size: 20px;
}

.menuDown .mobileMenu .flexBox {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    display: flex;
    justify-content: center;
}

.menuDown .mobileMenu .flexBox .language {
    font-size: 13px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    cursor: pointer;
}

.menuDown .mobileMenu .flexBox .language .active {
    color: #fff;
}

.menuDown .mobileMenu .flexBox .tel {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    margin-left: 6px;
    margin-right: 6px;
}

.menuDown .mobileMenu .flexBox .tel .icon {
    width: 26px;
    height: 26px;
    display: block;
}

.menuDown .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 80px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    opacity: 0;
}

.menu .menuContent .tel {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    margin-left: 6px;
    margin-right: 6px;
}

.menu .menuContent .tel .icon {
    width: 26px;
    height: 26px;
    display: block;
}

.menu .menuContent .tel {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 32px;
    color: #515356;
    margin-left: 6px;
    margin-right: 6px;
}

.menu .menuContent .search {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.menu .menuContent .search .icon {
    display: block;
    width: 32px;
    height: 32px;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner {
    position: relative;
}

#banner .swiper-slide>img {
    width: 100%;
}

#banner .pagination {
    position: absolute;
    right: 135px;
    left: auto;
    text-align: right;
    z-index: 1;
}

#banner .swiper-pagination-bullet-active {
    background: #E60012 !important;
}

#banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 3px;
    width: 10px;
    height: 10px;
}

#banner .swiperBtn {
    position: absolute;
    bottom: 42px;
    left: 153px;
    z-index: 1;
}

#banner .left,
#banner .right {
    width: 40px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

#banner .right {
    margin-left: 20px;
}

#banner .left:hover {
    transform: translateX(-10px);
}

#banner .right:hover {
    transform: translateX(10px);
}

.home .content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home .content_flex .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .content_flex .pic {
    display: block;
    width: 540px;
}

.home .content_flex .textInfo {
    margin-left: 60px;
}

.home .content_flex .textInfo .title {
    font-size: 28px;
    line-height: 40px;
    color: #333436;
    font-weight: bold;
    margin-bottom: 15px;
}

.home .content_flex .textInfo .text {
    font-size: 16px;
    color: #333436;
    font-weight: 300;
    line-height: 40px;
}

.home .content_flex .textInfo .button {
    margin-top: 55px;
}

.button {
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button .txt {
    font-size: 18px;
    color: #333436;
    font-weight: bold;
    line-height: 40px;
}

.button .arrow {
    width: 24px;
    height: 12px;
    display: block;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.button:hover .arrow {
    transform: translateX(10px);
}

.index_new {
    position: relative;
    padding-top: 70px !important;
    padding-bottom: 0px!important;
    background: #f0f2f4;
}

.titleContainer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.titleBox .bar {
    width: 52px;
    height: 6px;
    background: #E60012;
    border-radius: 3px;
}

.titleBox .text {
    font-size: 40px;
    color: #222326;
    font-weight: bold;
    margin-top: 14px;
    line-height: 52px;
}

.index_new .button {
    margin-top: 10px;
}

.index_new_box {
    background: #FFFFFF;
    height: 320px;
    padding: 30px;
    position: relative;
}

#index_new_banner {
    margin-top: 40px;
    position: relative;
    padding-bottom: 100px;
}

.index_new_box .title {
    font-size: 20px;
    color: #333436;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.index_new_box>div {
    color: #727476;
    font-size: 14px;
    margin-bottom: 10px;
}

.index_new_box>div span:last-child {
    float: right;
}

.index_new_box>p {
    color: #505558;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index_new_box .more {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.index_new_box .more img {
    width: 24px;
    height: 12px;
    display: block;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}

.index_new_box:hover .more img {
    transform: translateX(10px);
}

.index_new_box:hover {
    box-shadow: 0 4px 32px rgb(0 0 0 / 5%);
}

#index_new_banner .pagination {
    margin-bottom: 0;
    text-align: center;
    bottom: 40px;
}

#index_new_banner .pagination .swiper-pagination-bullet-active {
    background: #E60012!important;
}

#index_new_banner .pagination .swiper-pagination-bullet {
    background: #D1D3D5;
    opacity: 1;
    border-radius: 3px;
    width: 10px;
    height: 10px;
}

.index_new .swiperBtn {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: 50px;
    z-index: 1;
}

.index_new .swiperBtn .left {
    position: absolute;
    left: 40px;
    top: -60px;
    width: 60px;
    cursor: pointer;
}

.index_new .swiperBtn .right {
    position: absolute;
    right: 40px;
    top: -60px;
    width: 60px;
}

.index_fw {
    padding: 70px 0;
}

.index_fw .infoList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -30px;
    margin-right: -30px;
}

.index_fw .infoList .item {
    display: block;
    cursor: pointer;
    width: 270px;
    height: 270px;
    box-shadow: 0 4px 32px rgb(0 0 0 / 5%);
    text-align: center;
    padding-top: 51px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.index_fw .infoList .item .icon {
    width: 88px;
    height: 88px;
}

.index_fw .infoList .item .title {
    font-size: 20px;
    font-weight: bolder;
    color: #515356;
    margin-top: 10px;
}

.index_fw .infoList .item .bar {
    width: 48px;
    height: 5px;
    background: #EAECEE;
    border-radius: 3px;
    margin: auto;
    margin-top: 15px;
}

.hvr-float-shadow2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow2:hover,
.hvr-float-shadow2:focus,
.hvr-float-shadow2:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow2:before {
    pointer-events: none;
    position: absolute;
    z-index: -2;
    content: '';
    bottom: -5px;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0;
    /* background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); */
    background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
    /* background: rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 50%); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow2:hover:before,
.hvr-float-shadow2:focus:before,
.hvr-float-shadow2:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.index_yg {
    padding: 70px 0;
    background: #F1F3F5;
}

.index_yg .infoList {
    margin-top: 30px;
}

.index_yg .infoList .listBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
}

.index_yg .infoList .listBox .listItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    background: rgba(138, 141, 146, 0.06);
    padding: 13px 15px;
    margin-bottom: 8px;
    text-decoration: none;
}

.index_yg .infoList .listBox .listItem .txt {
    font-size: 14px;
    line-height: 22px;
    color: #333436;
    font-weight: 300;
    padding-right: 20px;
    text-decoration: none;
}

.index_yg .infoList .infoList .listBox .listItem .arrow {
    width: 14px;
    height: 14px;
    opacity: 0.5;
}

.index_yg .infoList .listBox .listItem:hover {
    background: #E60012;
    transition: 0.5s all;
}

.index_yg .infoList .listBox .listItem:hover p {
    color: #fff;
}

.index_yg .infoList .listBox .listItem:hover img {
    content: url(../img/yg_arrow_on.png);
}

footer {
    background: #505558;
}

footer .mapInfo {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 51px;
    overflow: initial;
}

footer .mapInfo .logo {
    height: 90px;
    display: block;
}

footer .mapInfo .maps {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

footer .mapInfo .maps .navBox {
    width: 25%;
}

footer .mapInfo .maps .navBox .nav {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

footer .mapInfo .maps .navBox .navBtn {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 23px;
    display: block;
}

footer .mapInfo .qrcodeInfo .title {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 15px;
    text-align: center;
}

footer .mapInfo .qrcodeInfo .qrcodes {
    position: relative;
    display: flex;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox {
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .weixin {
    width: 60px;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
    width: 100px;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
    font-size: 11px;
    color: #ffffff;
    opacity: 0.6;
    line-height: 23px;
    margin-top: 10px;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox {
    position: absolute;
    left: -50px;
    bottom: 120px;
    opacity: 0;
    transition: all 0.3s ease-out;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode {
    width: 160px;
    padding: 20px;
    padding-bottom: 12px;
    background: #fff;
    border-radius: 5px;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .img {
    display: block;
    width: 120px;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .txt {
    font-size: 14px;
    color: #333436;
    margin-top: 5px;
    text-align: center;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .arrow {
    width: 10px;
    height: 4px;
    display: block;
    margin: auto;
}

footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
    opacity: 1;
    bottom: 90px;
}

footer .copyright {
    background: #484E52;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .copyright .txt {
    font-size: 12px;
    color: #868C92;
    line-height: 20px;
}

.page_banner {
    position: relative;
}

.page_banner .titleBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_banner .title {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.page_banner img {
    width: 100%;
}

.page_fw {
    padding: 70px 0;
}

.page_tab {
    height: 60px;
    background: #F5F8FA;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    opacity: 0.8;
    line-height: 60px;
}

.page_tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_tab ul li {
    margin-right: 60px;
    position: relative;
}

.page_tab ul li a {
    font-size: 16px;
    color: #222326;
}

.page_tab ul .active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E60012;
    height: 4px;
    width: 100%;
    content: '';
}

.page_tab ul li:hover ::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E60012;
    height: 4px;
    width: 100%;
    content: '';
}

.page_gy .contentInfo {
    margin-top: 30px;
}

.page_gy .contentInfo .infoList {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page_gy .contentInfo .infoList .listTitleBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.page_gy .contentInfo .infoList .listTitleBox .title {
    font-size: 18px;
    line-height: 24px;
    color: #333436;
    font-weight: bold;
}

.page_gy .contentInfo .infoList .listTitleBox .icon {
    width: 20px;
    height: 20px;
}

.page_gy .contentInfo .infoList .listTitleBox .off {
    display: none;
}

.page_gy .contentInfo .infoList .listBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
}

.page_gy .contentInfo .infoList .listBox .listItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    background: rgba(138, 141, 146, 0.06);
    padding: 13px 15px;
    margin-bottom: 8px;
    text-decoration: none;
}

.page_gy .contentInfo .infoList .listBox .listItem .txt {
    font-size: 14px;
    line-height: 22px;
    color: #333436;
    font-weight: 300;
    padding-right: 20px;
    text-decoration: none;
}

.page_gy .contentInfo .infoList .listBox .listItem .arrow {
    width: 14px;
    height: 14px;
    opacity: 0.5;
}

.page_gy .contentInfo .infoList .listBox .listItem:hover {
    background: #E60012;
    transition: 0.5s all;
}

.page_gy .contentInfo .infoList .listBox .listItem:hover .txt {
    color: #fff;
}

.page_gy .contentInfo .infoList .listBox .listItem:hover .arrow {
    content: url(../img/yg_arrow_on.png);
}

.page_gy .contentInfo .infoList.active {
    border-bottom: 0;
}

.page_gy .contentInfo .infoList.active .on {
    display: none;
}

.page_gy .contentInfo .infoList.active .off {
    display: block;
}

.page_gy .contentInfo .infoList.active .listBox {
    height: auto;
}

.page_new {
    margin-top: 30px;
}

.page_new a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page_new a .left {
    display: inline-block;
    width: 80%;
}

.page_new a .left p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.page_new a .left span {
    color: #727476;
    font-size: 14px;
}

.page_new a img {
    float: right;
    padding-top: 10px;
}

.fenye {
    text-align: center;
    margin-top: 50px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #E60012;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye_num:hover {
    color: #fff;
    background: #E60012;
}

.fenye .active {
    background: #E60012;
    color: #fff;
}

.new_tab {
    height: 60px;
    background: #EFF1F3;
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
    line-height: 60px;
}

.new_tab div {
    width: 80%;
    margin: 0 auto;
}

.new_tab div a {
    color: #515356;
    margin-right: 4px;
}

.new_tab div span {
    color: #515356;
    margin-right: 4px;
}

.page_new_detail {
    background: #F4F6F7;
    padding: 50px 0;
}

.page_new_detail_box {
    background: #fff;
    padding: 30px;
}

.page_new_detail_box .title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_new_detail_box .time {
    margin-bottom: 30px;
}

.page_new_detail_box .time span {
    font-size: 15px;
    color: #727476;
    margin-right: 30px;
}

.page_new_detail_box .new_content p {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

.page_new_detail_box .new_content img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.jobCellList {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.jobCellList .jobCellBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    margin-bottom: 15px;
}

.jobCellList .jobCellBox .jobInfo {
    padding: 25px;
}

.jobCellList .jobCellBox .jobInfo .jobTitle {
    font-size: 19px;
    color: #333436;
    line-height: 28px;
    font-weight: bold;
}

.jobCellList .jobCellBox .jobInfo .salaryBox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.jobCellList .jobCellBox .jobInfo .salaryBox .salary {
    font-size: 23px;
    color: #F85F5F;
}

.jobCellList .jobCellBox .jobInfo .salaryBox .labels {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.jobCellList .jobCellBox .jobInfo .salaryBox .labels .label {
    background: #F1F3F5;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #727476;
    font-weight: 400;
    margin-right: 10px;
}

.jobCellList .jobCellBox .jobInfo .types {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.jobCellList .jobCellBox .jobInfo .types .type {
    font-size: 13px;
    color: #727476;
    line-height: 13px;
    font-weight: 300;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #727476;
}

.jobCellList .jobCellBox .companyInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient(90deg, #FAFAFA 0%, #FFFFFF 17%);
    padding: 25px;
    width: 476px;
}

.jobCellList .jobCellBox .companyInfo .logo {
    width: 66px;
    height: 66px;
    margin-right: 20px;
}

.jobCellList .jobCellBox .companyInfo .infoBox .name {
    font-size: 19px;
    color: #333436;
    line-height: 28px;
    font-weight: bold;
}

.jobCellList .jobCellBox .companyInfo .infoBox .labels {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.jobCellList .jobCellBox .companyInfo .infoBox .labels .label {
    background: #F1F3F5;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #727476;
    font-weight: 400;
    margin-right: 10px;
}

.jobCellList .jobCellBox .companyInfo .desc {
    width: 100%;
    font-size: 13px;
    color: #727476;
    font-weight: 300;
    margin-top: 14px;
}

.jobCellList .jobCellBox .jobInfo .types .type:last-child {
    border-right: none;
}

.page_zz .infoBox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.page_zz .infoBox .infoItem {
    width: 270px;
    padding: 25px;
    padding-bottom: 0;
    box-shadow: 0 4px 32px rgb(0 0 0 / 6%);
}

.page_zz .infoBox .infoItem .logo {
    width: 100%;
}

.page_zz .infoBox .infoItem .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 98px;
    font-size: 15px;
    line-height: 24px;
    color: #333436;
    font-weight: 300;
    text-align: center;
}

.page_yr_box {
    padding: 70px 0;
}

.page_yr_box:nth-child(odd) {
    background: #F1F3F5;
}

.page_yr_box:nth-child(odd) {
    background: #F6F8FA;
}

.honorInfo {
    margin-top: 50px;
    display: flex;
}

.honorInfo .titleInfo {
    width: 500px;
}

.honorInfo .titleInfo .cnT {
    font-size: 24px;
    line-height: 31px;
    color: #333436;
    font-weight: bold;
}

.honorInfo .titleInfo .enT {
    font-size: 56px;
    color: #D1D3D5;
    font-weight: bold;
    opacity: 0.3;
    line-height: 56px;
    margin-top: 20px;
}

.honorInfo .honorList {
    margin-left: 60px;
}

.honorInfo .honorList .honorText {
    font-size: 15px;
    line-height: 40px;
    color: #333436;
    font-weight: 300;
}

.honorInfo .honorList .honorText .kuai {
    color: #E60012;
    margin-right: 20px;
}

.page_lc .honorInfo:last-child .barBox {
    display: none;
}

.page_content {
    padding: 70px 0;
}

.page_jj .txt {
    font-size: 15px;
    color: #333436;
    line-height: 32px;
    font-weight: 300;
    margin-top: 40px;
}

.page_lc {
    padding: 70px 0;
    background: #F1F3F5;
    overflow: hidden;
}

.page_lc .honorInfo .titleInfo {
    position: relative;
    width: 300px;
}

.page_lc .honorInfo .titleInfo .year {
    font-size: 44px;
    color: #E60012;
    letter-spacing: 0;
    font-weight: bold;
}

.page_lc .honorInfo .titleInfo .barBox {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 56px;
    top: 0;
    padding-top: 74px;
}

.page_lc .honorInfo .titleInfo .barBox .bar {
    height: 100%;
    width: 1px;
    border-left: dashed 1px #CED3D8;
}

.enTitle {
    font-size: 80px;
    line-height: 72px;
    color: #E8ECF0;
    font-weight: bold;
    margin-top: 40px;
}

.page_wh .infoBox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.page_wh .infoBox .infoItem {
    position: relative;
    width: 225px;
    height: 225px;
    background: #E60012;
    padding-top: 62px;
}

.page_wh .infoBox .infoItem .alphabet {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180px;
    color: #000;
    opacity: 0.06;
}

.page_wh .infoBox .infoItem .enT {
    position: relative;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.page_wh .infoBox .infoItem .cnT {
    position: relative;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.page_wh .infoBox .infoItem .txt {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-top: 32px;
}

.page_wh .infoBox .infoItem:nth-child(even) {
    background: #515356;
}

.page_zlgs {
    padding: 70px 0;
}

.page_zlgs_box {
    margin-top: 30px;
}

.yearTabs {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30px;
}

.yearTabs .yearTab {
    position: relative;
    margin-right: 40px;
    flex-shrink: 0;
    cursor: pointer;
}

.yearTabs .yearTab .txt {
    font-size: 18px;
    line-height: 40px;
    opacity: 0.55;
}

.yearTabs .yearTab.active .txt {
    opacity: 1;
}

.yearTabs .yearTab .bar {
    position: absolute;
    width: 80%;
    height: 5px;
    background: #E60012;
    margin: auto;
    display: none;
    bottom: 0;
    left: 10%;
    margin-top: 3px;
}

.yearTabs .yearTab.active .bar {
    display: block;
}

.anniversaryBox {
    margin-top: 20px;
}

.anniversaryBox .anniversaryTitleBox {
    position: relative;
}

.anniversaryBox .anniversaryTitleBox .enT {
    display: flex;
    font-size: 72px;
    line-height: 97px;
    color: #8A8D92;
    font-weight: 400;
    opacity: 0.1;
    font-weight: bold;
}

.anniversaryBox .anniversaryTitleBox .enT .num {
    display: block;
    font-size: 80px;
    color: #E60012;
    line-height: 97px;
}

.anniversaryBox .anniversaryTitleBox .cnT {
    position: absolute;
    font-size: 24px;
    line-height: 31px;
    color: #333436;
    left: 0;
    bottom: 0;
    font-weight: bold;
}

.anniversaryBox .anniversaryInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.anniversaryBox .anniversaryInfo .anniversaryItem {
    margin-bottom: 30px;
    width: 32%;
}

.anniversaryBox .anniversaryInfo .anniversaryItem .pic {
    width: 100%;
}

.anniversaryBox {
    display: none;
}

.list_on {
    display: block;
}

.page_zlgs_box img {
    width: 100%;
}

.page_map .contentInfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.contentInfoBox {
    margin-left: -30px;
    padding-bottom: 10px;
    width: 400px;
    height: 600px;
    overflow-y: auto;
}

.addressBtns {
    position: relative;
    width: 340px;
    margin-left: 30px;
}

.addressBtns .addressBtn {
    padding: 12px 20px;
    border-radius: 5px;
    color: #505558;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
}

.addressBtns .addressBtn.active {
    background: #E60012;
    color: #fff;
}

.addressBtns .addressBtn .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}

.addressBtns .addressBtn .address {
    margin-top: 1px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

.addressBtns .addressBtn .tel {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

.addressMap {
    width: calc(100% - 400px);
}

.addressMap img {
    width: 100%;
}

.contentInfoBox::-webkit-scrollbar {
    width: 4px;
}


/*滚动条里面小方块*/

.contentInfoBox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}


/*滚动条里面轨道*/

.contentInfoBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.textBox {
    position: relative;
    padding-left: 46px;
    padding-right: 46px;
    margin-left: 54px;
    margin-right: 54px;
    margin-top: 50px;
}

.textBox .ml {
    position: absolute;
    width: 26px;
    height: 25px;
    display: block;
    left: 0;
    top: 0;
}

.textBox .text {
    font-size: 20px;
    line-height: 44px;
    color: #333436;
    font-weight: 300;
}

.textBox .mr {
    position: absolute;
    width: 26px;
    height: 25px;
    display: block;
    right: 0;
    bottom: 0;
}

.picBox {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.picBox .pic {
    width: 32%;
    display: block;
    margin-bottom: 30px;
}

.page_tx {
    background: #F1F3F5;
    padding: 70px 0;
}

.page_tx .contentInfo {
    position: relative;
    margin-top: 20px;
}

.contentInfo .infoPic {
    width: 100%;
}

.contentInfo .infoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 100%;
    padding: 126px 80px;
    padding-right: 0;
}

.contentInfo .infoBox .enTitle {
    position: absolute;
    left: 30px;
    top: 31px;
    font-size: 72px;
    line-height: 66px;
    color: #222325;
    opacity: 0.06;
    font-weight: bold;
}

.contentInfo .infoBox .cnTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #333436;
}

.contentInfo .infoBox .text {
    font-size: 15px;
    line-height: 32px;
    font-weight: 300;
    color: #515356;
    margin-top: 20px;
}

.floatBtnBox {
    position: fixed;
    top: 310px;
    right: 0;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 32px rgb(0 0 0 / 5%);
    z-index: 1;
}

.floatBtnBox .floatBtn {
    position: relative;
    display: block;
    width: 60px;
    cursor: pointer;
}

.floatBtnBox .infoBox {
    position: absolute;
    display: flex;
    justify-content: right;
    right: -326px;
    padding-right: 2px;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease-out;
}

.floatBtnBox .infoBox.dianhua .info {
    width: 229px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floatBtnBox .infoBox .info {
    border-radius: 5px;
    box-shadow: 0 0 32px rgb(0 0 0 / 5%);
    background: #ffffff;
}

.floatBtnBox .infoBox.dianhua .info .txt {
    font-size: 14px;
    color: #333436;
}

.floatBtnBox .infoBox.dianhua .info .txt span {
    font-size: 16px;
    color: #E9463F;
}

.floatBtnBox .infoBox .arrow {
    width: 4px;
    height: 10px;
    margin-top: 25px;
}

.floatBtnBox .floatBtn:first-child .btnIcon {
    border-radius: 5px 0 0 0;
}

.floatBtnBox .floatBtn .btnIcon {
    position: relative;
    width: 60px;
    border-bottom: solid 1px #FAFAFA;
}

.floatBtnBox .infoBox.weixin .info {
    width: 320px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .qecode {
    width: 120px;
    height: 120px;
    display: block;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt {
    font-size: 14px;
    color: #333436;
    text-align: center;
    margin-top: 8px;
}

.floatBtnBox .infoBox.weixin .info .bar {
    position: relative;
    width: 1px;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.08);
}

.floatBtnBox .floatBtn {
    position: relative;
    display: block;
    width: 60px;
    cursor: pointer;
}

.floatBtnBox .floatBtn .btnIcon {
    position: relative;
    width: 60px;
    border-bottom: solid 1px #FAFAFA;
}

.floatBtnBox .floatBtn:last-child .btnIcon {
    border-radius: 0 0 0 5px;
    border-bottom: 0;
}

.floatBtnBox .floatBtn:hover .infoBox {
    right: 60px;
    opacity: 1;
}

.floatPage {
    display: none;
}

.floatPage .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 102;
    opacity: 0;
}

.floatPage .floatInfo {
    position: fixed;
    width: 360px;
    left: 50%;
    top: 70%;
    margin-left: -180px;
    margin-top: -237px;
    z-index: 103;
    opacity: 0;
}

.floatPage .floatInfo .infoBox {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 25px;
}

.floatPage .floatInfo .infoBox .tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.floatPage .floatInfo .infoBox .tab .tabBtn {
    width: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #333436;
    background: #F1F3F5;
    cursor: pointer;
}

.floatPage .floatInfo .infoBox .tab .tabBtn.curr {
    background: #fff;
}

.inputBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.inputBox .text {
    min-width: 100px;
    margin-left: 25px;
    font-size: 13px;
    color: #333436;
}

.inputBox .input {
    width: 100%;
    height: 36px;
    background: #F1F3F5;
    border: 0;
    margin-right: 25px;
    outline: none;
    padding: 8px 9px;
    border-radius: 3px;
}

.floatPage .floatInfo .infoBox .button1 {
    position: relative;
    background: #E9463F;
    width: 200px;
    height: 42px;
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
}

.floatPage .floatInfo .infoBox .button1 .txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.floatPage .floatInfo .floatClose {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    bottom: -47px;
    cursor: pointer;
}

.page_navss {
    margin: 10px auto;
}

.page_navss a {
    font-size: 14px;
    margin: 0 5px;
    color: #4e4e70;
}

.graybg {
    background: #f4f6f8;
}

.xccsgl-union {
    width: 1090px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    padding: 240px 0 200px 330px;
    line-height: 2;
    position: relative;
}

.xccsgl-union img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.xccsgl-union-title {
    position: absolute;
    top: 80px;
    left: 290px;
    color: #e83820;
    width: 500px;
    border-bottom: 3px solid #e83820;
    padding-left: 80px;
}

.xccsgl-union-title::before {
    width: 10px;
    height: 10px;
    background: #e83820;
    display: block;
    content: '';
    position: absolute;
    top: 40px;
    left: 50px;
}

.xccsgl-union-title p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -10px;
}

.xccsgl-union-title span {
    display: block;
}

.ghtcontent {
    width: 1090px;
    margin: 0 auto;
}

.ghtservice-title {
    color: #3b3a3a;
    font-size: 38px;
    text-align: center;
    font-weight: Bold;
    position: relative;
    padding: 40px 0 50px 0;
}

.ghtservice-title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 113px;
    margin-left: -27px;
    display: block;
    width: 55px;
    height: 9px;
    background: #e83820;
}

.gjrc-lifeservice {
    margin-bottom: 60px;
}

.life-servicebox {
    padding: 30px;
    box-shadow: 0 0 20px #eeeeee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 30px;
    height: 310px;
}

.hei180 {
    height: auto;
}

.lifeservice-title {
    color: #383838;
    font-size: 28px;
    font-weight: bold;
}

.service-rlzygl span {
    color: #fbdbdb;
    font-size: 30px;
    margin-right: 5px;
}

.life-servicebox .product-list {
    font-size: 16px;
    margin-top: 5px;
}

.product-list {
    font-size: 18px;
    color: #383838;
    overflow: hidden;
}

.service-list li {
    width: 100%;
}

.product-list li span {
    margin-right: 10px;
}

.goodness {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
}

.goodness-icon {
    float: left;
}

.goodness-content {
    float: left;
    width: 900px;
    margin-left: 40px;
}

.goodness-title {
    color: #3b3a3a;
    font-size: 28px;
    font-weight: bold;
}

.goodness-text {
    font-size: 18px;
    color: #8e8e8e;
    margin-top: 20px;
}

.newsList {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.newsBox {
    cursor: pointer;
    width: 32%;
    display: block;
    text-decoration: none !important;
    transition: 0.5s all;
}

.newsList .newsBox {
    margin-bottom: 40px;
}

.newsBox .pic {
    width: 100%;
}

.newsBox .title {
    font-size: 18px;
    color: #333436;
    line-height: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}

.newsBox .desc {
    font-size: 13px;
    line-height: 24px;
    color: #727476;
    font-weight: 300;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -2;
    content: '';
    bottom: -15px;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    /* background: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0)); */
    /* background: rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.content4 .infoBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.content4 .infoBox .text {
    font-weight: 300;
    font-size: 16px;
    color: #333436;
    line-height: 32px;
}

.content4 .infoBox .pic {
    width: 800px;
    margin-left: 60px;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url(../font/SourceHanSansCN-Normal.ttf);
}

@media (max-width: 780px) {
    .xccsgl-union-title {
        display: none;
    }
    .xccsgl-union img {
        display: none;
    }
    .home {
        padding-top: 50px;
    }
    .menu {
        height: 50px;
    }
    .menu .menuContent {
        padding-left: 20px;
        padding-right: 15px;
    }
    .menu .menuContent .logo {
        width: 30px;
        height: auto;
    }
    .home .content_flex .pic {
        width: 100%;
    }
    .home .content_flex .textInfo {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .home .content_flex .container {
        flex-wrap: wrap;
    }
    .home .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home .content_flex .textInfo .button {
        margin-top: 20px;
    }
    .menuDown .infoBox .infoContent.region .regionContainer {
        display: flex;
        flex-wrap: wrap;
        height: max-content;
        padding: 30px;
    }
    .menuDown .infoBox .infoContent.region .region1 {
        width: 100%;
    }
    .menuDown .infoBox .infoContent.region .regionBox {
        width: 50%;
        margin-bottom: 40px;
    }
    .menuDown .infoBox .infoContent {
        height: 100%;
    }
    .menuDown .infoBox .infoContent.region {
        position: relative;
        overflow: scroll;
        display: block;
        width: 100%;
        padding: 0;
    }
    .menuDown .infoBox {
        top: 50px;
    }
    .titleBox .text {
        font-size: 25px;
        line-height: 33px;
    }
    .index_new {
        padding-top: 50px !important;
        padding-bottom: 50px!important;
    }
    .index_new_box {
        height: 240px;
        margin-bottom: 20px;
    }
    .index_fw {
        padding: 50px 0;
    }
    .index_fw .infoList .item {
        width: 50%;
    }
    .index_fw .infoList {
        margin-top: 20px;
        justify-content: center;
        margin-left: -14px;
        margin-right: -14px;
    }
    .index_fw .infoList .item {
        width: 168px;
        height: 168px;
        padding-top: 30px;
        margin-bottom: 14px;
        box-shadow: 0 2px 20px rgb(0 0 0 / 5%);
        margin-right: 7px;
        margin-left: 7px;
    }
    .index_fw .infoList .item .icon {
        width: 56px;
        height: 56px;
    }
    .index_fw .infoList .item .title {
        font-size: 15px;
        line-height: 21px;
        margin-top: 10px;
    }
    .index_fw .infoList .item .bar {
        margin-top: 15px;
        width: 40px;
        height: 4px;
    }
    .index_yg {
        padding: 50px 0;
    }
    .index_yg .infoList .listBox .listItem {
        width: 100%;
        align-items: flex-start;
        padding: 12px 15px;
    }
    footer {
        padding-top: 0;
        position: relative;
    }
    footer .mapInfo {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .mapInfo .logo {
        position: relative;
        width: 106px;
        height: auto;
        left: auto;
        top: auto;
        margin: auto;
        display: block;
    }
    footer .mapInfo .qrcodeInfo {
        width: 100%;
        margin-top: 20px;
    }
    footer .mapInfo .qrcodeInfo .title {
        text-align: center;
    }
    footer .mapInfo .qrcodeInfo .qrcodes {
        justify-content: center;
        margin-top: 10px;
    }
    footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
        width: 100px;
        height: 100px;
    }
    footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
        opacity: 0;
        bottom: 90px;
    }
    footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
        text-align: center;
    }
    .menu .menuContent .mobileIcon .openMenu {
        width: 32px;
        height: 32px;
    }
    .menu .menuContent .mobileIcon .closeMenu {
        width: 32px;
        height: 32px;
        display: none;
    }
    #banner .pagination {
        text-align: left;
        left: 0!important;
        padding-left: 25px;
        margin: 0;
        display: inline-block;
    }
    #banner .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        border-radius: 2px;
    }
    .page_banner .titleBox .title {
        font-size: 32px;
    }
    .page_new a img {
        display: none;
    }
    .page_new a .left {
        width: 100%;
    }
    .fenye_num {
        margin-bottom: 20px;
    }
    .page_tab ul li {
        margin-right: 14px;
    }
    .page_tab ul li a {
        font-size: 14px;
        color: #222326;
    }
    .page_gy .contentInfo .infoList .listBox .listItem {
        width: 100%;
    }
    .wap_back {
        padding-left: 15px;
    }
    .wap_back img {
        width: 20px;
        display: inline;
    }
    .wap_back p {
        font-size: 16px;
        color: #727476;
        display: inline-block;
    }
    .new_tab {
        background: #fff;
    }
    .page_new_detail {
        background: #fff;
        padding-top: 0;
    }
    .page_new_detail_box {
        padding: 0;
    }
    .jobCellList {
        margin-top: 20px;
    }
    .jobCellList .jobCellBox {
        display: block;
    }
    .jobCellList .jobCellBox .jobInfo {
        padding: 15px;
    }
    .jobCellList .jobCellBox .jobInfo .jobTitle {
        font-size: 16px;
        line-height: 24px;
    }
    .jobCellList .jobCellBox .jobInfo .salaryBox {
        margin-top: 8px;
    }
    .jobCellList .jobCellBox .jobInfo .salaryBox .labels .label {
        padding: 3px 7px;
        font-size: 11px;
    }
    .jobCellList .jobCellBox .companyInfo {
        width: auto;
        padding: 15px;
        background-image: linear-gradient(180deg, #FAFAFA 42%, #FFFFFF 58%);
    }
    .jobCellList .jobCellBox .companyInfo .logo {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .jobCellList .jobCellBox .companyInfo .infoBox .name {
        font-size: 16px;
        line-height: 24px;
    }
    .jobCellList .jobCellBox .companyInfo .infoBox .labels {
        margin-top: 4px;
    }
    .jobCellList .jobCellBox .companyInfo .infoBox .labels .label {
        padding: 3px 7px;
        font-size: 11px;
    }
    .jobCellList .jobCellBox .companyInfo .desc {
        margin-top: 8px;
        font-size: 12px;
    }
    .page_zz .infoBox {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .page_zz .infoBox .infoItem {
        width: 48.5%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .page_yr_box {
        padding: 40px 0;
    }
    .page_yr_box .honorInfo {
        margin-top: 20px;
    }
    .honorInfo {
        flex-wrap: wrap;
    }
    .honorInfo .titleInfo {
        width: 100%;
    }
    .honorInfo .titleInfo .enT {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .honorInfo .honorList {
        margin-left: 0;
        margin-top: 10px;
    }
    .page_lc .honorInfo .titleInfo .barBox {
        display: none;
    }
    .page_content {
        padding: 40px 0;
    }
    .page_lc {
        padding: 40px 0;
    }
    .page_lc .honorInfo {
        margin-top: 20px;
    }
    .enTitle {
        font-size: 53px;
        margin-top: 20px;
        line-height: 47px;
    }
    .page_wh .infoBox {
        flex-wrap: wrap;
    }
    .page_wh .infoBox .infoItem {
        width: 49.5%;
        height: 173px;
        margin-bottom: 4px;
        padding-top: 46px;
    }
    .page_wh .infoBox .infoItem .enT {
        font-size: 19px;
        line-height: 28px;
    }
    .page_wh .infoBox .infoItem .cnT {
        margin-top: 0;
        font-size: 18px;
        line-height: 28px;
    }
    .page_wh .infoBox .infoItem .txt {
        margin-top: 25px;
        font-size: 13px;
        line-height: 28px;
    }
    .page_wh .infoBox .infoItem:nth-child(2) {
        background: #515356!important;
    }
    .page_wh .infoBox .infoItem:nth-child(even) {
        background: #E60012;
    }
    .page_wh .infoBox .infoItem:nth-child(3) {
        background: #515356;
    }
    .page_zlgs {
        padding: 40px 0;
    }
    .yearTabs {
        margin-top: 20px;
    }
    .yearTabs .yearTab .txt {
        font-size: 15px;
    }
    .anniversaryBox .anniversaryTitleBox {
        margin-top: 20px;
    }
    .anniversaryBox .anniversaryInfo {
        margin-top: 31px;
        margin-bottom: -14px;
    }
    .anniversaryBox .anniversaryInfo .anniversaryItem {
        width: 48%;
        margin-bottom: 14px;
    }
    .anniversaryBox .anniversaryInfo .anniversaryItem .pic {
        width: 100%;
    }
    .anniversaryBox .anniversaryTitleBox .enT {
        font-size: 36px;
        line-height: 52px;
        height: 52px;
        align-items: center;
    }
    .anniversaryBox .anniversaryTitleBox .cnT {
        bottom: -16px;
        font-size: 20px;
        line-height: 24px;
    }
    .page_tab ul li {
        margin-right: 6px;
    }
    .addressMap {
        display: block;
    }
    .contentInfoBox {
        width: 100%;
        height: auto;
        margin: 0
    }
    .addressBtns {
        width: 100%;
        margin: 0;
    }
    .page_map .contentInfo {
        display: block;
    }
    .textBox {
        margin: 0;
        margin-top: 30px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .textBox .ml,
    .textBox .mr {
        width: 12px;
        height: 11px;
    }
    .textBox .text {
        font-size: 14px;
        line-height: 28px;
    }
    .picBox {
        margin-top: 30px;
    }
    .picBox .pic {
        width: 48%;
        margin-bottom: 14px;
    }
    .contentInfo {
        background: #E3E5E7;
        padding: 20px;
        margin-top: 20px;
    }
    .contentInfo .infoBox {
        position: relative;
        padding: 20px 10px;
        padding-bottom: 20px;
        width: 100%;
        left: auto;
        top: auto;
    }
    .contentInfo .infoBox .cnTitle {
        font-size: 26px;
        line-height: 34px;
    }
    .contentInfo .infoBox .text {
        font-size: 14px;
        line-height: 26px;
        margin-top: 15px;
    }
    .xccsgl-union {
        background: none;
        width: 100%;
        padding: 15px;
        font-size: 14px;
    }
    .ghtcontent {
        width: auto;
    }
    .ghtservice-title {
        font-size: 20px;
        padding: 20px 0;
        text-align: center;
    }
    .ghtservice-title::after {
        top: 50px;
        width: 40px;
        height: 6px;
        margin-left: -20px;
    }
    .gjrc-lifeservice {
        margin-bottom: 20px;
    }
    .life-servicebox {
        margin: 15px 0 0 0;
        padding: 15px;
    }
    .lifeservice-title {
        font-size: 18px;
    }
    .service-rlzygl span {
        font-size: 20px !important;
    }
    .life-servicebox .product-list {
        font-size: 14px;
    }
    .goodness {
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
    }
    .goodness-icon {
        width: 10%;
    }
    .goodness-icon img {
        width: 100%;
    }
    .goodness-content {
        width: calc(100% - 10% - 20px);
        margin-left: 20px;
    }
    .goodness-title {
        font-size: 18px;
    }
    .goodness-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .hei180 {
        height: auto;
    }
    .service-list li {
        margin-bottom: 10px;
    }
    .gjrc-lifeservice .row {
        margin-left: 0;
        margin-right: 0;
    }
    .content4 .infoBox {
        flex-wrap: wrap;
    }
    .content4 .infoBox .text {
        font-size: 14px;
        line-height: 30px;
    }
    .content4 .infoBox .pic {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}